* emacs.c: Integer overflow minor fix.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 7 Jul 2011 22:45:25 +0000 (15:45 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 7 Jul 2011 22:45:25 +0000 (15:45 -0700)
commit94ef8d20b0ad9ed7fabc1f5ed9f2f26deed2af26
tree6e5bd1f4363246502cd6ecfe758814cac10fb959
parentb387b976d9d4593ea54af9afdaee291d3439fc84
* emacs.c: Integer overflow minor fix.

(heap_bss_diff): Now uprintmax_t, not unsigned long.  All used changed.
Define only if GNU_LINUX.
(main, Fdump_emacs): Set and use heap_bss_diff only if GNU_LINUX.
src/ChangeLog
src/emacs.c